Texture coordinates (
Texture coordinates are assigned to each vertex on the 3D model. By mapping these coordinates to specific points on a texture image, the model can display the image in a way that fits its geometry.
Imagine laying a grid (the texture space) over a photo. Each point on this grid, defined by
Textures can repeat over a surface by using
When texture coordinates exceed
If you imagine the texture as a wallpaper pattern, repeating the texture simply “tiles” the pattern across the surface. Coordinates over 1.0 help “wrap” the wallpaper multiple times over a large surface area.